projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf1e8e7
)
* lisp/emacs-lisp/comp.el (comp-spill-lap): Fix doc string.
author
Andrea Corallo
<akrl@sdf.org>
Sun, 21 Feb 2021 21:20:59 +0000
(22:20 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Sun, 21 Feb 2021 21:20:59 +0000
(22:20 +0100)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index 4036080976546c468443d7e0deca409173cee6ed..60c040926e54c083c1420aa6eb14fc86fac285fc 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-1306,7
+1306,7
@@
clashes."
(defun comp-spill-lap (input)
"Byte-compile and spill the LAP representation for INPUT.
If INPUT is a symbol this is the function-name to be compiled.
-If INPUT is a string this is the file
path
to be compiled."
+If INPUT is a string this is the file
name
to be compiled."
(let ((byte-native-compiling t)
(byte-to-native-lambdas-h (make-hash-table :test #'eq))
(byte-to-native-top-level-forms ())